home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / ALCKEY.ZIP / ALCKEY.H < prev    next >
Text File  |  1992-11-12  |  634b  |  30 lines

  1. #if !defined(alckey_h)
  2. #define alckey_h
  3.  
  4. #define IDM_ABOUT     101
  5.  
  6. #define IDM_TEST      201
  7.  
  8. #define ID_MENUSTR      301
  9. #define ID_CLASSSTR     302
  10. #define ID_CAPTIONSTR   303
  11. #define ID_DLGBOX       304
  12. #define ID_MSGBOXCAP    305
  13. #define ID_STATUS1      306
  14. #define ID_STATUS2      307
  15. #define ID_STATUS3      308
  16. #define ID_ALCDLGBOX    309
  17. #define ID_ALCSTRINGS   310
  18.  
  19. #define IDC_KEYBDBUTTON  401
  20. #define IDC_ALCBUTTON    402
  21.  
  22. #define ID_DONE                     701
  23. #define ID_ALCLISTBOX               702
  24. #define ID_ALCEDIT                  703
  25. #define ID_SELECT                   704
  26.  
  27.  
  28. #endif
  29.  
  30.